home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILREEN / SCRENCAP.LZH / DUMPY.DOC < prev    next >
Text File  |  1989-10-15  |  7KB  |  152 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                                         DUMPY
  9.  
  10.                                   Natural Software
  11.                                 19 South 5th. Street
  12.                              St. Charles, Illinois 60174
  13.                                    (312) 377-7320
  14.  
  15.                     _______
  16.                ____|__     |               (tm)
  17.             --|       |    |-------------------
  18.               |   ____|__  |  Association of
  19.               |  |       |_|  Shareware
  20.               |__|   o   |    Professionals
  21.             -----|   |   |---------------------
  22.                  |___|___|    MEMBER
  23.  
  24.  
  25.           This program is produced by a member of the Association of 
  26.           Shareware Professionals (ASP).  ASP wants to make sure that
  27.           the shareware principle works for you. If you are unable to
  28.           resolve a shareware-related problem with an ASP member by 
  29.           contacting the member directly, ASP may be able to help. The
  30.           ASP Ombudsman can help you resolve a dispute or problem with
  31.           an ASP member, but does not provide technical support for 
  32.           members' products. Please write to the ASP Ombudsman at 
  33.           P.O. Box 5786, Bellevue, WA 98006 or send a Compuserve
  34.           message via easyplex to ASP Ombudsman 70007,3536
  35.  
  36.  
  37.         This  share-ware  utility  package contains three programs SDUMP.COM,
  38.         SDMONO.COM and DISPLAY.EXE.  They  provide  a  very  simple  means to
  39.         capture screens from a running program and later replay those screens
  40.         in slideshow fashion. This may  be  handy  for  quick demonstrations,
  41.         where more complicated slide show programs are "too much". 
  42.  
  43.         !!!  Note   !!!:  SDUMP.COM  works  with  IBM  CGA  (color)  and  MDA
  44.         (monochrome) compatible text mode displays (ie:  Hercules and  EGA in
  45.         80 by 25 text mode is OK).
  46.  
  47.  
  48.         SDUMP.COM
  49.         ---------
  50.  
  51.         The  program:  SDUMP.COM  (or  SDMONO.COM  for  monochrome displays),
  52.         allows you to capture screen images from other programs, save them in
  53.         separate files, and later display them with DISPLAY.EXE.
  54.  
  55.         SDUMP is a Terminate and Stay Resident (TSR) program. When you run it
  56.         from the DOS command line, it will announce its presence  and quietly
  57.         sink into  the background and wait to be called into action (when its
  58.         "hot key" is pressed). When you run SDUMP,  you must  provide it with
  59.         the location and starting file name to use to store the screen images
  60.         it captures. For example, you might start SDUMP with this command:
  61.  
  62.                SDUMP C:\SCREENS\SCREENA.DMP
  63.  
  64.         or, if you have a monochrome or Hercules display:
  65.  
  66.                SDMONO C:\SCREENS\SCREENA.DMP
  67.  
  68.         Now SDUMP will store  its screens  in the  SCREENS sub-directory. The
  69.         first screen  it saves will be called SCREENA.DMP, the second will be
  70.         called SCREENB.DMP. Each  subsequent  .DMP  file  will  increment the
  71.         character in  the filename just before the extension. These files are
  72.         binary data files (a simple  dump  the  the  CGA  screen  buffer) and
  73.         cannot be printed or "typed" on the console.
  74.  
  75.         To activate  SDUMP and  save the  current screen  to a .IMG file, you
  76.         press the [Alt + left Shift] keys together. You will hear a beep when
  77.         SDUMP is  called. Three  beeps means  it successfully wrote a file to
  78.         the specified directory. Only one beep means it was unable  to create
  79.         the file  (could not  find the  directory?). Only  two beeps means it
  80.         created the file, but could not  write  the  full  4k  screen buffer,
  81.         (disk full?).
  82.  
  83.         Like any  other TSR, SDUMP may have compatibility problems with other
  84.         software, especially other TSR's. If you have trouble, try installing
  85.         SDUMP by  itself and  adding your  other TSR  utilities one at a time
  86.         after you get SDUMP to work.
  87.  
  88.  
  89.         DISPLAY.EXE
  90.         -----------
  91.  
  92.         Once you have saved several screen dumps with SDUMP.COM, you  can re-
  93.         display them  in sequence with DISPLAY.EXE. This program takes one or
  94.         more  command  line   arguments.   Each   argument   represents  file
  95.         specifications.  Each  file  specification  follows  the standard DOS
  96.         format and wildcards are allowed. For  example the  following methods
  97.         to start DISPLAY.EXE are all valid:
  98.  
  99.                DISPLAY C:\SCREENS\SCREENA.DMP     --   shows one screen
  100.  
  101.                DISPLAY C:\SCREENS\SCREEN?.DMP     --   shows   all   screens:
  102.                                                        SCREENA.DMP,
  103.                                                        SCREENB.DMP, etc.
  104.  
  105.                DISPLAY \SCRNS1\*.* \SCRNS2\*.DMP  --   shows  all  screens in
  106.                                                        sub-directory  \SCRNS1
  107.                                                        and  all   screens  in
  108.                                                        \SCRNS2  that  have  a
  109.                                                        DMP extension.
  110.  
  111.         DISPLAY shows a screen, waits for  you to  press the  Enter key, then
  112.         (if  there  are  more  files  that match the wildcard) shows the next
  113.         screen.
  114.  
  115.  
  116.         Monochrome Display:
  117.         -------------------
  118.  
  119.         If you have a Monochrome display  adapter or  Hercules, you  must use
  120.         the SDMONO.COM  screen dump  program. Also, when you run DISPLAY.EXE,
  121.         you must provide an additional command line argument: "-M" to tell it
  122.         to used the monochrome display. For instance, the third example given
  123.         above would be entered:
  124.  
  125.                DISPLAY -M \SCRNS1\*.* \SCRNS2\*.DMP
  126.  
  127.  
  128.         ShareWare:
  129.         ----------
  130.  
  131.         The DUMPY package is being distributed as shareware.  This means that
  132.         it is  not free. This means that you must pay to use it. However, you
  133.         do not have to pay to  try it,  test it,  and to  determine if  it is
  134.         going to be useful to you. You are probably familiar with the concept
  135.         by now. ShareWare programs give you  the advantage  of "test driving"
  136.         them.  The  advantage  to  the  developer is a relatively inexpensive
  137.  
  138.         distribution method. For this  concept to  work and  keep working for
  139.         our  mutual  advantage,  you  really  must  register  and pay for the
  140.         software you actually find useful.
  141.  
  142.         To register your use of DUMPY, send $20.00 to Natural Software at the
  143.         address above.  We will  send you a description of our other software
  144.         offerings and provide telephone support.
  145.  
  146.         If you have suggestions for improvement, or problems  please write or
  147.         call.
  148.  
  149.  
  150.  
  151.  
  152.